home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / MovieCollection.exe / 0 / RCDATA / TFRMINFO / TFRMINFO.txt
Text File  |  2005-08-08  |  4KB  |  146 lines

  1. inherited FrmInfo: TFrmInfo
  2.   Left = 317
  3.   Top = 115
  4.   Width = 707
  5.   Height = 631
  6.   HelpContext = 1040
  7.   Caption = 'FrmInfo'
  8.   OldCreateOrder = True
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   inherited sb: TTBXStatusBar
  12.     Top = 578
  13.     Width = 699
  14.   end
  15.   object cxGrid: TcxGrid [1]
  16.     Left = 0
  17.     Top = 0
  18.     Width = 699
  19.     Height = 578
  20.     Align = alClient
  21.     TabOrder = 1
  22.     object cxGridDBTableView: TcxGridDBTableView
  23.       NavigatorButtons.ConfirmDelete = False
  24.       OnCellClick = cxGridDBTableViewCellClick
  25.       DataController.DataSource = dsMemData
  26.       DataController.Summary.DefaultGroupSummaryItems = <>
  27.       DataController.Summary.FooterSummaryItems = <>
  28.       DataController.Summary.SummaryGroups = <>
  29.       OptionsCustomize.ColumnFiltering = False
  30.       OptionsCustomize.ColumnHiding = True
  31.       OptionsData.Deleting = False
  32.       OptionsData.DeletingConfirmation = False
  33.       OptionsData.Editing = False
  34.       OptionsData.Inserting = False
  35.       OptionsView.ColumnAutoWidth = True
  36.       OptionsView.GroupByBox = False
  37.       OptionsView.Header = False
  38.       Styles.StyleSheet = dtmSession.cxGridTableViewStyleSheet
  39.       OnCustomDrawGroupCell = cxGridDBTableViewCustomDrawGroupCell
  40.       object cxGridDBTableViewRecId: TcxGridDBColumn
  41.         DataBinding.FieldName = 'RecId'
  42.         Visible = False
  43.       end
  44.       object cxGridDBTableViewgroupe: TcxGridDBColumn
  45.         DataBinding.FieldName = 'groupe'
  46.         Visible = False
  47.         GroupIndex = 0
  48.         SortIndex = 0
  49.         SortOrder = soAscending
  50.         Width = 74
  51.       end
  52.       object cxGridDBTableViewcode: TcxGridDBColumn
  53.         DataBinding.FieldName = 'code'
  54.         OnCustomDrawCell = cxGridDBTableViewcodeCustomDrawCell
  55.         Width = 70
  56.       end
  57.       object cxGridDBTableViewvalue: TcxGridDBColumn
  58.         DataBinding.FieldName = 'value'
  59.         Width = 165
  60.       end
  61.       object cxGridDBTableViewcodeloc: TcxGridDBColumn
  62.         DataBinding.FieldName = 'codeloc'
  63.         Visible = False
  64.         Width = 61
  65.       end
  66.       object cxGridDBTableViewcodeemprunteur: TcxGridDBColumn
  67.         DataBinding.FieldName = 'codeemprunteur'
  68.         Visible = False
  69.         Width = 61
  70.       end
  71.       object cxGridDBTableViewcodefilm: TcxGridDBColumn
  72.         DataBinding.FieldName = 'codefilm'
  73.         Visible = False
  74.         Width = 66
  75.       end
  76.       object cxGridDBTableViewnomfilm: TcxGridDBColumn
  77.         DataBinding.FieldName = 'nomfilm'
  78.         Visible = False
  79.       end
  80.     end
  81.     object cxGridLevel: TcxGridLevel
  82.       GridView = cxGridDBTableView
  83.     end
  84.   end
  85.   inherited aclFiche: TActionList
  86.     Left = 48
  87.     Top = 112
  88.     object ActionRecupFilm: TAction [0]
  89.       Caption = 'R'#233'cup'#233'rer Film'
  90.       ImageIndex = 3
  91.       OnExecute = ActionRecupFilmExecute
  92.     end
  93.   end
  94.   object PopupMenu: TPopupMenu
  95.     Images = ImageListSmall
  96.     Left = 272
  97.     Top = 248
  98.     object Action11: TMenuItem
  99.       Action = ActionRecupFilm
  100.     end
  101.   end
  102.   object dxMemData: TdxMemData
  103.     Indexes = <>
  104.     SortOptions = []
  105.     Left = 488
  106.     Top = 88
  107.     object dxMemDatagroupe: TStringField
  108.       FieldName = 'groupe'
  109.       Size = 150
  110.     end
  111.     object dxMemDatacode: TStringField
  112.       FieldName = 'code'
  113.       Size = 300
  114.     end
  115.     object dxMemDatavalue: TStringField
  116.       FieldName = 'value'
  117.       Size = 300
  118.     end
  119.     object dxMemDatacodeloc: TIntegerField
  120.       FieldName = 'codeloc'
  121.     end
  122.     object dxMemDatacodeemprunteur: TIntegerField
  123.       FieldName = 'codeemprunteur'
  124.     end
  125.     object dxMemDatacodefilm: TIntegerField
  126.       FieldName = 'codefilm'
  127.     end
  128.     object dxMemDatanomfilm: TStringField
  129.       FieldName = 'nomfilm'
  130.       Size = 255
  131.     end
  132.   end
  133.   object dsMemData: TDataSource
  134.     DataSet = dxMemData
  135.     Left = 408
  136.     Top = 144
  137.   end
  138.   object TBXPopupMenu: TTBXPopupMenu
  139.     Left = 424
  140.     Top = 240
  141.     object TBXItem2: TTBXItem
  142.       Action = ActionRecupFilm
  143.     end
  144.   end
  145. end
  146.